home *** CD-ROM | disk | FTP | other *** search
- ;*****************************************************
- ;* *
- ;* Konfiguration-file for AmiCom Amiga version 2.1 *
- ;* *
- ;*****************************************************
- ;* *
- ;* In this file are all important informations *
- ;* which are necessary to run this program. *
- ;* Please read carefully! *
- ;* *
- ;*****************************************************
- ;
- MYCALL "NOCALL" ;Your own callsign
- MYNAME "Anonymous" ;Your own name
- ;
- ;Number of channels. Every channel uses memory and decreases speed!
- ;Look for the maximum channel-number of your TNC-firmware.
- CHANNELS 6
- ;
- ;Sets the external driver:
- ;Host.drv = WA8DED-hostmode
- ;KISS.drv = KISS-mode
- ;BayCom.drv = BayCom-modem from DG3RBU and DL8MBT
- DRIVER "Host.drv"
- ;
- ;Paths:
- REMOTEDIR ":AmiCom/Remote/" ;Remote-directory
- AUTOSAVEDIR ":Amicom/Bin/" ;AmiCom puts 7Plus-files in this dir.
- EDITOR "SYS:Utilities/MicroEmacs" ;Texteditor
- ;
- ;Some preferences:
- AMDATE OFF ;Date: OFF: DD.MM.YYYY, ON: MM/DD/YYYY
- AUTOSAVE ON ;Save 7Plus-Files automatic?
- BELL ON ;Westminster-gong when connected or //RI ?
- BOXCHECK ON ;Boxcheck (DieBox/BayCom-box)?
- CONVERTER 1 ;Charset-converter for national characters:
- ; 0=Off (Amiga, ANSI), 1=IBM, 2=DIN/IBM
- CTEXT ON ;Should I send connect-text?
- ECHO ON ;Repeat input-text in output-window (other colour)?
- ENGLISH OFF ;Language of remote-texts and error-messages:
- ; OFF: german/deutsch, ON: english/englisch
- LOGBOOK ON ;Log all connects (logbook.ac)?
- MHEARD ON ;Do you want a Monitor-Heard-list?
- NUMPAD ON ;Numeric keypad: ON: Home/End/... OFF: Numbers
- PCFONT OFF ;IBM-Font (Not with converter!)?
- REMOTE ON ;Remote with //XXXX ?
- SOUND ON ;Sound on incoming data or CTRL-G?
- TNCCLOCK ON ;Should I set TNC-Clock (with K...)?
- UMLAUTE ON ;German Umlaute? (OFF: ä->ae, ß->ss...)
- ;
- ;Screenmode:
- INTERLACE OFF ;Screen in interlaced-mode?
- SCREENHEIGHT 0 ;Screenheight (200-2048, 0=automatic, workbench)
- PALETTE 0 10 10 10 ;Background colour
- PALETTE 1 0 0 0 ;Textpen 1 (input, most output...)
- PALETTE 2 15 15 15 ;Textpen 2 (echoed text in output-window...)
- PALETTE 3 6 8 11 ;Background colour 2 (statuslines)
- EDITWINDOW 4 ;Height of input-window in lines
- MONITORWINDOW 4 ;Height of monitor-window in lines
- ; the rest is height of output-window.
- ;
- ;Buffersizes:
- BUFFERS 20 ;Size of all output-backscrollbuffers, *1024 Bytes
- BUFFER 0 5 ;Size of monitor-backscrollbuffer, *1024 Bytes
- ;
- ;Setup of serial interface:
- DEVICE "serial.device" ;Device, normal "serial.device"
- UNIT 0 ;Unit-number, normal 0
- BAUDRATE 19200 ;Baudrate Computer<->TNC
- ;
- ;L2/3 Parameter:
- MAXFRAME 3 ;Maximum number of unack. frames
- PACLEN 256 ;Maximum length of frames
- INFOTIME 100 ;Delay of datacollector in 1/100 Sec.
- ;
- ;TNC-initialization (program-start):
- TNC 0 "@T2 20" ;Packet-Response-Timer T2 in 1/100 Sec.
- TNC 0 "@T3 18000" ;Link-Inactivity-Timer T3 in 1/100 Sec.
- TNC 0 "C CQ" ;Destination-call for UI-frames (monitor)
- TNC 0 "F 800" ;Timer T1 (FRACK) in 1/100 Sec.
- TNC 0 "K 1" ;Date/Timestamp: 0=No, 1=Status, 2=St. and Monitor
- TNC 0 "M UISC" ;Show everything in Monitor
- TNC 0 "N 10" ;N2, Tries
- TNC 0 "P 64" ;Persistence (useful: 16...128)
- TNC 0 "R 1" ;L2 Digipeating: 0=Off, 1=On
- TNC 0 "T 25" ;TXDelay
- TNC 0 "U 0" ;Connect-text off (this does AmiCom)
- TNC 0 "W 10" ;Slottime,for Persistence in 1/100 Sec.
- TNC 0 "X 1" ;0=TX disabled (SWL?), 1=TX enabled
- ;
- ;TNC-deinitialization (program-end):
- TNCSTOP 0 "M N"
- TNCSTOP 0 "U 1 Terminal offline, pse QRX."
- ;
- ;Search-path for Q-command, max. 8 routes (Only KISS.drv and Baycom.drv!)
- ;TNC 0 "Q + DB0ZKA"
- ;TNC 0 "Q + DB0ZKA DB0KCP"
- ;TNC 0 "Q + DB0ZKA DB0KFB"
- ;TNC 0 "Q + DB0ZKA DB0AHO"
- ;TNC 0 "Q + DB0ZKA DB0DLG"
- ;TNC 0 "Q + DB0ZKA DB0APW"
- ;TNC 0 "Q + DB0ZKA DB0MWE"
- ;TNC 0 "Q + DB0ZKA DB0LAI"
- ;
- END
-
-